Tegra210: increase number of dynamic memory mappings
authorVarun Wadekar <[email protected]>
Thu, 3 Aug 2017 18:19:01 +0000 (11:19 -0700)
committerVarun Wadekar <[email protected]>
Fri, 18 Jan 2019 17:21:51 +0000 (09:21 -0800)
This patch increases the MAX_MMAP_REGIONS build flag to allow
Tegra210 platforms to dynamically map multiple memory apertures
at the same time. This takes care of scenarios when we get multiple
requests to memmap memory apertures at the same time.

Change-Id: If4fe23b454e7d588e35acfbf024b9ccbb3daccc7
Signed-off-by: Varun Wadekar <[email protected]>
plat/nvidia/tegra/soc/t210/platform_t210.mk

index a9ab0d821a115ab2d3ecede9bc9a3af1092b878b..b8dbf183635fedc5c90a03caa550d7396ba7fc2f 100644 (file)
@@ -19,7 +19,7 @@ $(eval $(call add_define,PLATFORM_MAX_CPUS_PER_CLUSTER))
 MAX_XLAT_TABLES                                := 10
 $(eval $(call add_define,MAX_XLAT_TABLES))
 
-MAX_MMAP_REGIONS                       := 10
+MAX_MMAP_REGIONS                       := 15
 $(eval $(call add_define,MAX_MMAP_REGIONS))
 
 PLAT_INCLUDES          +=      -I${SOC_DIR}/drivers/se